←Select platform

ServiceStreamer<TStreamedData,TServiceState> Class

Summary

Provides a generic implementation for streaming data from web services and synchronizing with the UI (user interface) updates.

Syntax

C#
VB
C++
public abstract class ServiceStreamer<TStreamedData, TServiceState> 
  
Public MustInherit Class ServiceStreamer 
    (Of TStreamedData,TServiceState)  
generic<typename TStreamedData> 
generic<typename TServiceState> 
public ref class ServiceStreamer abstract  

Type Parameters

TStreamedData
The user type returned from the called web service.

TServiceState
User state information.

Remarks

This is an abstract class which you need to override and implement the abstract methods in order to use. The class allows inheritors to specify the number of concurrent web calls they want make at once and synchronizes this with updating the UI with the streamed data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.